home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-324.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  80 lines

  1. # This script was automatically generated from the dsa-324
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Several of the packet dissectors in ethereal contain string handling
  12. bugs which could be exploited using a maliciously crafted packet to
  13. cause ethereal to consume excessive amounts of memory, crash, or
  14. execute arbitrary code.
  15. These vulnerabilities were announced in the following Ethereal security
  16. advisory:
  17. "http://www.ethereal.com/appnotes/enpa-sa-00010.html"
  18. Ethereal 0.9.4 in Debian 3.0 (woody) is affected by most of the
  19. problems described in the advisory, including:
  20. The following problems do not affect this version:
  21. as these modules are not present.
  22. For the stable distribution (woody) these problems have been fixed in
  23. version 0.9.4-1woody5.
  24. For the old stable distribution (potato) these problems will be fixed in a
  25. future advisory.
  26. For the unstable distribution (sid) these problems are fixed in
  27. version 0.9.13-1.
  28. We recommend that you update your ethereal package.
  29.  
  30.  
  31. Solution : http://www.debian.org/security/2003/dsa-324
  32. Risk factor : High';
  33.  
  34. if (description) {
  35.  script_id(15161);
  36.  script_version("$Revision: 1.4 $");
  37.  script_xref(name: "DSA", value: "324");
  38.  script_cve_id("CAN-2003-0428", "CAN-2003-0429", "CAN-2003-0431", "CAN-2003-0432");
  39.  script_bugtraq_id(7878, 7880, 7881, 7883);
  40.  
  41.  script_description(english: desc);
  42.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  43.  script_name(english: "[DSA324] DSA-324-1 ethereal");
  44.  script_category(ACT_GATHER_INFO);
  45.  script_family(english: "Debian Local Security Checks");
  46.  script_dependencies("ssh_get_info.nasl");
  47.  script_require_keys("Host/Debian/dpkg-l");
  48.  script_summary(english: "DSA-324-1 ethereal");
  49.  exit(0);
  50. }
  51.  
  52. include("debian_package.inc");
  53.  
  54. w = 0;
  55. if (deb_check(prefix: 'ethereal', release: '3.0', reference: '0.9.4-1woody5')) {
  56.  w ++;
  57.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package ethereal is vulnerable in Debian 3.0.\nUpgrade to ethereal_0.9.4-1woody5\n');
  58. }
  59. if (deb_check(prefix: 'ethereal-common', release: '3.0', reference: '0.9.4-1woody5')) {
  60.  w ++;
  61.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package ethereal-common is vulnerable in Debian 3.0.\nUpgrade to ethereal-common_0.9.4-1woody5\n');
  62. }
  63. if (deb_check(prefix: 'ethereal-dev', release: '3.0', reference: '0.9.4-1woody5')) {
  64.  w ++;
  65.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package ethereal-dev is vulnerable in Debian 3.0.\nUpgrade to ethereal-dev_0.9.4-1woody5\n');
  66. }
  67. if (deb_check(prefix: 'tethereal', release: '3.0', reference: '0.9.4-1woody5')) {
  68.  w ++;
  69.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package tethereal is vulnerable in Debian 3.0.\nUpgrade to tethereal_0.9.4-1woody5\n');
  70. }
  71. if (deb_check(prefix: 'ethereal', release: '3.2', reference: '0.9.13-1')) {
  72.  w ++;
  73.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package ethereal is vulnerable in Debian sid.\nUpgrade to ethereal_0.9.13-1\n');
  74. }
  75. if (deb_check(prefix: 'ethereal', release: '3.0', reference: '0.9.4-1woody5')) {
  76.  w ++;
  77.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package ethereal is vulnerable in Debian woody.\nUpgrade to ethereal_0.9.4-1woody5\n');
  78. }
  79. if (w) { security_hole(port: 0, data: desc); }
  80.